Trace number 196121

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
galac 1? (TO) 1800.04 1815.52

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-14_ext.xml
MD5SUM4e6c42cb632ce7285d1803ee4c764767
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 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.03	c --- Preproc Stats ---
3.15	c start processing
3.15	c start relation processing
9.96	c start cnf exporting
42.48	c parsing time : 2.977
42.48	c preprocessing time : 42.31
42.48	
42.48	c Nary constraints - conflicts : 0 supports : 75
42.48	c Binary constraints - conflicts : 0 supports :0
42.48	c max arity constraint : 3
42.48	c Max Tuples generated 0
42.48	c relations : 75
42.48	c relations BDD: 75
42.48	c vars : 296346 - clauses :  936126
42.48	
42.53	 
42.53	c --- Minisat Stats ---
42.53	 

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/node59/watcher-196121-1168119119 -o ROOT/results/node59/solver-196121-1168119119 -C 1800 -M 900 /tmp/evaluation/196121-1168119119/galac.sh /tmp/evaluation/196121-1168119119/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.08 2.02 1.91 5/85 3889
/proc/meminfo: memFree=1508192/2055920 swapFree=4192812/4192956
[pid=3888] ppid=3886 vsize=6344 CPUtime=0
/proc/3888/stat : 3888 (galac.sh) R 3886 3888 3191 0 -1 4194304 257 0 0 0 0 0 0 0 20 0 1 0 160309888 6496256 212 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217052053507 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3888/statm: 1586 212 162 79 0 122 0

[startup+0.104876 s]
/proc/loadavg: 2.08 2.02 1.91 5/85 3889
/proc/meminfo: memFree=1508192/2055920 swapFree=4192812/4192956
[pid=3888] ppid=3886 vsize=47556 CPUtime=0.01
/proc/3888/stat : 3888 (galac.sh) S 3886 3888 3191 0 -1 4194304 762 1704 0 0 0 0 0 1 24 0 1 0 160309888 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3888/statm: 11889 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.512917 s]
/proc/loadavg: 2.08 2.02 1.91 5/85 3889
/proc/meminfo: memFree=1508192/2055920 swapFree=4192812/4192956
[pid=3888] ppid=3886 vsize=47556 CPUtime=0.01
/proc/3888/stat : 3888 (galac.sh) S 3886 3888 3191 0 -1 4194304 762 1704 0 0 0 0 0 1 24 0 1 0 160309888 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3888/statm: 11889 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.33502 s]
/proc/loadavg: 2.08 2.02 1.91 3/93 3909
/proc/meminfo: memFree=1429600/2055920 swapFree=4192812/4192956
[pid=3888] ppid=3886 vsize=47556 CPUtime=0.01
/proc/3888/stat : 3888 (galac.sh) S 3886 3888 3191 0 -1 4194304 762 1704 0 0 0 0 0 1 24 0 1 0 160309888 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3888/statm: 11889 364 246 79 0 218 0
[pid=3902] ppid=3888 vsize=861064 CPUtime=1.26
/proc/3902/stat : 3902 (java) R 3888 3888 3191 0 -1 0 21634 0 1 0 114 12 0 0 22 0 8 0 160309891 881729536 21387 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073686096 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3902/statm: 215266 21387 1965 14 0 201471 0
[pid=3902/tid=3903] ppid=3888 vsize=861064 CPUtime=0.06
/proc/3902/task/3903/stat : 3903 (java) S 3888 3888 3191 0 -1 64 5881 0 0 0 4 2 0 0 16 0 8 0 160309895 881729536 21387 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3902/tid=3904] ppid=3888 vsize=861064 CPUtime=0
/proc/3902/task/3904/stat : 3904 (java) S 3888 3888 3191 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 160309896 881729536 21387 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3902/tid=3905] ppid=3888 vsize=861064 CPUtime=0
/proc/3902/task/3905/stat : 3905 (java) S 3888 3888 3191 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160309896 881729536 21387 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3902/tid=3906] ppid=3888 vsize=861064 CPUtime=0
/proc/3902/task/3906/stat : 3906 (java) S 3888 3888 3191 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 160309899 881729536 21387 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3902/tid=3907] ppid=3888 vsize=861064 CPUtime=0.13
/proc/3902/task/3907/stat : 3907 (java) S 3888 3888 3191 0 -1 64 893 0 0 0 12 1 0 0 16 0 8 0 160309899 881729536 21387 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3902/tid=3908] ppid=3888 vsize=861064 CPUtime=0
/proc/3902/task/3908/stat : 3908 (java) S 3888 3888 3191 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160309899 881729536 21387 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3902/tid=3909] ppid=3888 vsize=861064 CPUtime=0
/proc/3902/task/3909/stat : 3909 (java) S 3888 3888 3191 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 160309899 881729536 21387 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 908620

[startup+2.98819 s]
/proc/loadavg: 2.08 2.02 1.91 4/93 3909
/proc/meminfo: memFree=1420064/2055920 swapFree=4192812/4192956
[pid=3888] ppid=3886 vsize=47556 CPUtime=0.01
/proc/3888/stat : 3888 (galac.sh) S 3886 3888 3191 0 -1 4194304 762 1704 0 0 0 0 0 1 24 0 1 0 160309888 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3888/statm: 11889 364 246 79 0 218 0
[pid=3902] ppid=3888 vsize=861064 CPUtime=2.91
/proc/3902/stat : 3902 (java) R 3888 3888 3191 0 -1 0 25888 0 1 0 277 14 0 0 25 0 8 0 160309891 881729536 25635 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3902/statm: 215266 25635 1965 14 0 201471 0
[pid=3902/tid=3903] ppid=3888 vsize=861064 CPUtime=0.23
/proc/3902/task/3903/stat : 3903 (java) S 3888 3888 3191 0 -1 64 10120 0 0 0 19 4 0 0 16 0 8 0 160309895 881729536 25635 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3902/tid=3904] ppid=3888 vsize=861064 CPUtime=0
/proc/3902/task/3904/stat : 3904 (java) S 3888 3888 3191 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 160309896 881729536 25635 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3902/tid=3905] ppid=3888 vsize=861064 CPUtime=0
/proc/3902/task/3905/stat : 3905 (java) S 3888 3888 3191 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160309896 881729536 25635 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3902/tid=3906] ppid=3888 vsize=861064 CPUtime=0
/proc/3902/task/3906/stat : 3906 (java) S 3888 3888 3191 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 160309899 881729536 25635 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3902/tid=3907] ppid=3888 vsize=861064 CPUtime=0.16
/proc/3902/task/3907/stat : 3907 (java) R 3888 3888 3191 0 -1 64 902 0 0 0 15 1 0 0 16 0 8 0 160309899 881729536 25635 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4153536330 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3902/tid=3908] ppid=3888 vsize=861064 CPUtime=0
/proc/3902/task/3908/stat : 3908 (java) S 3888 3888 3191 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160309899 881729536 25635 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3902/tid=3909] ppid=3888 vsize=861064 CPUtime=0
/proc/3902/task/3909/stat : 3909 (java) S 3888 3888 3191 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 160309899 881729536 25635 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 908620

[startup+6.19656 s]
/proc/loadavg: 2.08 2.02 1.91 4/93 3909
/proc/meminfo: memFree=1397984/2055920 swapFree=4192812/4192956
[pid=3888] ppid=3886 vsize=47556 CPUtime=0.01
/proc/3888/stat : 3888 (galac.sh) S 3886 3888 3191 0 -1 4194304 762 1704 0 0 0 0 0 1 24 0 1 0 160309888 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3888/statm: 11889 364 246 79 0 218 0
[pid=3902] ppid=3888 vsize=861064 CPUtime=6.09
/proc/3902/stat : 3902 (java) R 3888 3888 3191 0 -1 0 36251 0 1 0 590 19 0 0 25 0 8 0 160309891 881729536 35995 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073878797 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3902/statm: 215266 35995 1973 14 0 201471 0
[pid=3902/tid=3903] ppid=3888 vsize=861064 CPUtime=0.73
/proc/3902/task/3903/stat : 3903 (java) S 3888 3888 3191 0 -1 64 20424 0 0 0 65 8 0 0 20 0 8 0 160309895 881729536 35995 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3902/tid=3904] ppid=3888 vsize=861064 CPUtime=0
/proc/3902/task/3904/stat : 3904 (java) S 3888 3888 3191 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 160309896 881729536 35995 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3902/tid=3905] ppid=3888 vsize=861064 CPUtime=0
/proc/3902/task/3905/stat : 3905 (java) S 3888 3888 3191 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160309896 881729536 35995 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3902/tid=3906] ppid=3888 vsize=861064 CPUtime=0
/proc/3902/task/3906/stat : 3906 (java) S 3888 3888 3191 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 160309899 881729536 35995 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3902/tid=3907] ppid=3888 vsize=861064 CPUtime=0.22
/proc/3902/task/3907/stat : 3907 (java) S 3888 3888 3191 0 -1 64 936 0 0 0 21 1 0 0 15 0 8 0 160309899 881729536 35995 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3902/tid=3908] ppid=3888 vsize=861064 CPUtime=0
/proc/3902/task/3908/stat : 3908 (java) S 3888 3888 3191 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160309899 881729536 35995 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3902/tid=3909] ppid=3888 vsize=861064 CPUtime=0
/proc/3902/task/3909/stat : 3909 (java) S 3888 3888 3191 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 160309899 881729536 35995 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 908620

[startup+12.6803 s]
/proc/loadavg: 2.07 2.02 1.91 3/93 3909
/proc/meminfo: memFree=1296416/2055920 swapFree=4192812/4192956
[pid=3888] ppid=3886 vsize=47556 CPUtime=0.01
/proc/3888/stat : 3888 (galac.sh) S 3886 3888 3191 0 -1 4194304 762 1704 0 0 0 0 0 1 24 0 1 0 160309888 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3888/statm: 11889 364 246 79 0 218 0
[pid=3902] ppid=3888 vsize=861064 CPUtime=12.5
/proc/3902/stat : 3902 (java) R 3888 3888 3191 0 -1 0 54637 0 1 0 1222 28 0 0 25 0 8 0 160309891 881729536 54376 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073417871 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3902/statm: 215266 54376 1994 14 0 201471 0
[pid=3902/tid=3903] ppid=3888 vsize=861064 CPUtime=1.56
/proc/3902/task/3903/stat : 3903 (java) S 3888 3888 3191 0 -1 64 38729 0 0 0 140 16 0 0 16 0 8 0 160309895 881729536 54376 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3902/tid=3904] ppid=3888 vsize=861064 CPUtime=0
/proc/3902/task/3904/stat : 3904 (java) S 3888 3888 3191 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 160309896 881729536 54376 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3902/tid=3905] ppid=3888 vsize=861064 CPUtime=0
/proc/3902/task/3905/stat : 3905 (java) S 3888 3888 3191 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160309896 881729536 54376 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3902/tid=3906] ppid=3888 vsize=861064 CPUtime=0
/proc/3902/task/3906/stat : 3906 (java) S 3888 3888 3191 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 160309899 881729536 54376 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3902/tid=3907] ppid=3888 vsize=861064 CPUtime=0.3
/proc/3902/task/3907/stat : 3907 (java) S 3888 3888 3191 0 -1 64 971 0 0 0 28 2 0 0 15 0 8 0 160309899 881729536 54376 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3902/tid=3908] ppid=3888 vsize=861064 CPUtime=0
/proc/3902/task/3908/stat : 3908 (java) S 3888 3888 3191 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160309899 881729536 54376 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3902/tid=3909] ppid=3888 vsize=861064 CPUtime=0
/proc/3902/task/3909/stat : 3909 (java) S 3888 3888 3191 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 160309899 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.51
Current children cumulated vsize (KiB) 908620

[startup+25.5577 s]
/proc/loadavg: 2.06 2.01 1.91 3/93 3909
/proc/meminfo: memFree=1290144/2055920 swapFree=4192812/4192956
[pid=3888] ppid=3886 vsize=47556 CPUtime=0.01
/proc/3888/stat : 3888 (galac.sh) S 3886 3888 3191 0 -1 4194304 762 1704 0 0 0 0 0 1 24 0 1 0 160309888 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3888/statm: 11889 364 246 79 0 218 0
[pid=3902] ppid=3888 vsize=861064 CPUtime=25.24
/proc/3902/stat : 3902 (java) R 3888 3888 3191 0 -1 0 54659 0 1 0 2491 33 0 0 25 0 8 0 160309891 881729536 54377 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073802135 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3902/statm: 215266 54377 1995 14 0 201471 0
[pid=3902/tid=3903] ppid=3888 vsize=861064 CPUtime=1.59
/proc/3902/task/3903/stat : 3903 (java) S 3888 3888 3191 0 -1 64 38730 0 0 0 143 16 0 0 16 0 8 0 160309895 881729536 54377 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3902/tid=3904] ppid=3888 vsize=861064 CPUtime=0
/proc/3902/task/3904/stat : 3904 (java) S 3888 3888 3191 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 160309896 881729536 54377 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3902/tid=3905] ppid=3888 vsize=861064 CPUtime=0
/proc/3902/task/3905/stat : 3905 (java) S 3888 3888 3191 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160309896 881729536 54377 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3902/tid=3906] ppid=3888 vsize=861064 CPUtime=0
/proc/3902/task/3906/stat : 3906 (java) S 3888 3888 3191 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 160309899 881729536 54377 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3902/tid=3907] ppid=3888 vsize=861064 CPUtime=0.3
/proc/3902/task/3907/stat : 3907 (java) S 3888 3888 3191 0 -1 64 971 0 0 0 28 2 0 0 15 0 8 0 160309899 881729536 54377 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3902/tid=3908] ppid=3888 vsize=861064 CPUtime=0
/proc/3902/task/3908/stat : 3908 (java) S 3888 3888 3191 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160309899 881729536 54377 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3902/tid=3909] ppid=3888 vsize=861064 CPUtime=0
/proc/3902/task/3909/stat : 3909 (java) S 3888 3888 3191 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 160309899 881729536 54377 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 908620

[startup+51.2545 s]
/proc/loadavg: 2.03 2.01 1.91 3/86 3910
/proc/meminfo: memFree=1434264/2055920 swapFree=4192812/4192956
[pid=3888] ppid=3886 vsize=47556 CPUtime=41.98
/proc/3888/stat : 3888 (galac.sh) S 3886 3888 3191 0 -1 4194304 800 56398 0 1 0 0 4153 45 17 0 1 0 160309888 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3888/statm: 11889 364 246 79 0 218 0
[pid=3910] ppid=3888 vsize=59292 CPUtime=8.62
/proc/3910/stat : 3910 (minisat) R 3888 3888 3191 0 -1 4194304 14191 0 0 0 852 10 0 0 25 0 1 0 160314141 60715008 14173 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134520025 0 0 4096 3 0 0 0 17 1 0 0
/proc/3910/statm: 14823 14173 54 142 0 14679 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 106848

[startup+102.553 s]
/proc/loadavg: 2.01 2.01 1.91 3/86 3910
/proc/meminfo: memFree=1402840/2055920 swapFree=4192812/4192956
[pid=3888] ppid=3886 vsize=47556 CPUtime=41.98
/proc/3888/stat : 3888 (galac.sh) S 3886 3888 3191 0 -1 4194304 800 56398 0 1 0 0 4153 45 17 0 1 0 160309888 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3888/statm: 11889 364 246 79 0 218 0
[pid=3910] ppid=3888 vsize=64368 CPUtime=59.33
/proc/3910/stat : 3910 (minisat) R 3888 3888 3191 0 -1 4194304 15389 0 0 0 5922 11 0 0 25 0 1 0 160314141 65912832 15371 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/3910/statm: 16092 15371 54 142 0 15948 0
Current children cumulated CPU time (s) 101.31
Current children cumulated vsize (KiB) 111924

[startup+162.562 s]
/proc/loadavg: 2.00 2.00 1.91 3/86 3910
/proc/meminfo: memFree=1387416/2055920 swapFree=4192812/4192956
[pid=3888] ppid=3886 vsize=47556 CPUtime=41.98
/proc/3888/stat : 3888 (galac.sh) S 3886 3888 3191 0 -1 4194304 800 56398 0 1 0 0 4153 45 17 0 1 0 160309888 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3888/statm: 11889 364 246 79 0 218 0
[pid=3910] ppid=3888 vsize=79644 CPUtime=118.79
/proc/3910/stat : 3910 (minisat) R 3888 3888 3191 0 -1 4194304 19226 0 0 0 11864 15 0 0 25 0 1 0 160314141 81555456 19208 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/3910/statm: 19911 19208 54 142 0 19767 0
Current children cumulated CPU time (s) 160.77
Current children cumulated vsize (KiB) 127200


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

/proc/loadavg: 2.01 2.01 1.93 3/86 3963
/proc/meminfo: memFree=1302864/2055920 swapFree=4192812/4192956
[pid=3888] ppid=3886 vsize=47556 CPUtime=41.98
/proc/3888/stat : 3888 (galac.sh) S 3886 3888 3191 0 -1 4194304 800 56398 0 1 0 0 4153 45 17 0 1 0 160309888 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3888/statm: 11889 364 246 79 0 218 0
[pid=3910] ppid=3888 vsize=183136 CPUtime=1070.12
/proc/3910/stat : 3910 (minisat) R 3888 3888 3191 0 -1 4194304 45104 0 0 0 106962 50 0 0 25 0 1 0 160314141 187531264 45086 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/3910/statm: 45784 45086 54 142 0 45640 0
Current children cumulated CPU time (s) 1112.1
Current children cumulated vsize (KiB) 230692

[startup+1183.2 s]
/proc/loadavg: 2.00 2.00 1.93 3/86 3963
/proc/meminfo: memFree=1269520/2055920 swapFree=4192812/4192956
[pid=3888] ppid=3886 vsize=47556 CPUtime=41.98
/proc/3888/stat : 3888 (galac.sh) S 3886 3888 3191 0 -1 4194304 800 56398 0 1 0 0 4153 45 17 0 1 0 160309888 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3888/statm: 11889 364 246 79 0 218 0
[pid=3910] ppid=3888 vsize=187764 CPUtime=1129.64
/proc/3910/stat : 3910 (minisat) R 3888 3888 3191 0 -1 4194304 46268 0 0 0 112912 52 0 0 25 0 1 0 160314141 192270336 46250 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/3910/statm: 46941 46250 54 142 0 46797 0
Current children cumulated CPU time (s) 1171.62
Current children cumulated vsize (KiB) 235320

[startup+1243.26 s]
/proc/loadavg: 2.00 2.00 1.93 3/86 3963
/proc/meminfo: memFree=1266576/2055920 swapFree=4192812/4192956
[pid=3888] ppid=3886 vsize=47556 CPUtime=41.98
/proc/3888/stat : 3888 (galac.sh) S 3886 3888 3191 0 -1 4194304 800 56398 0 1 0 0 4153 45 17 0 1 0 160309888 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3888/statm: 11889 364 246 79 0 218 0
[pid=3910] ppid=3888 vsize=190672 CPUtime=1189.16
/proc/3910/stat : 3910 (minisat) R 3888 3888 3191 0 -1 4194304 46979 0 0 0 118863 53 0 0 25 0 1 0 160314141 195248128 46961 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529348 0 0 4096 3 0 0 0 17 1 0 0
/proc/3910/statm: 47668 46961 54 142 0 47524 0
Current children cumulated CPU time (s) 1231.14
Current children cumulated vsize (KiB) 238228

[startup+1303.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/86 3963
/proc/meminfo: memFree=1235024/2055920 swapFree=4192812/4192956
[pid=3888] ppid=3886 vsize=47556 CPUtime=41.98
/proc/3888/stat : 3888 (galac.sh) S 3886 3888 3191 0 -1 4194304 800 56398 0 1 0 0 4153 45 17 0 1 0 160309888 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3888/statm: 11889 364 246 79 0 218 0
[pid=3910] ppid=3888 vsize=193312 CPUtime=1248.65
/proc/3910/stat : 3910 (minisat) R 3888 3888 3191 0 -1 4194304 47646 0 0 0 124810 55 0 0 25 0 1 0 160314141 197951488 47628 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/3910/statm: 48328 47628 54 142 0 48184 0
Current children cumulated CPU time (s) 1290.63
Current children cumulated vsize (KiB) 240868

[startup+1363.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/86 3963
/proc/meminfo: memFree=1230736/2055920 swapFree=4192812/4192956
[pid=3888] ppid=3886 vsize=47556 CPUtime=41.98
/proc/3888/stat : 3888 (galac.sh) S 3886 3888 3191 0 -1 4194304 800 56398 0 1 0 0 4153 45 17 0 1 0 160309888 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3888/statm: 11889 364 246 79 0 218 0
[pid=3910] ppid=3888 vsize=197552 CPUtime=1308.13
/proc/3910/stat : 3910 (minisat) R 3888 3888 3191 0 -1 4194304 48723 0 0 0 130757 56 0 0 25 0 1 0 160314141 202293248 48705 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/3910/statm: 49388 48705 54 142 0 49244 0
Current children cumulated CPU time (s) 1350.11
Current children cumulated vsize (KiB) 245108

[startup+1423.33 s]
/proc/loadavg: 2.00 2.00 1.93 3/86 3963
/proc/meminfo: memFree=1227984/2055920 swapFree=4192812/4192956
[pid=3888] ppid=3886 vsize=47556 CPUtime=41.98
/proc/3888/stat : 3888 (galac.sh) S 3886 3888 3191 0 -1 4194304 800 56398 0 1 0 0 4153 45 17 0 1 0 160309888 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3888/statm: 11889 364 246 79 0 218 0
[pid=3910] ppid=3888 vsize=200192 CPUtime=1367.6
/proc/3910/stat : 3910 (minisat) R 3888 3888 3191 0 -1 4194304 49385 0 0 0 136703 57 0 0 25 0 1 0 160314141 204996608 49367 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525757 0 0 4096 3 0 0 0 17 1 0 0
/proc/3910/statm: 50048 49367 54 142 0 49904 0
Current children cumulated CPU time (s) 1409.58
Current children cumulated vsize (KiB) 247748

[startup+1483.4 s]
/proc/loadavg: 2.00 2.00 1.93 3/86 3963
/proc/meminfo: memFree=1197456/2055920 swapFree=4192812/4192956
[pid=3888] ppid=3886 vsize=47556 CPUtime=41.98
/proc/3888/stat : 3888 (galac.sh) S 3886 3888 3191 0 -1 4194304 800 56398 0 1 0 0 4153 45 17 0 1 0 160309888 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3888/statm: 11889 364 246 79 0 218 0
[pid=3910] ppid=3888 vsize=202872 CPUtime=1427.07
/proc/3910/stat : 3910 (minisat) R 3888 3888 3191 0 -1 4194304 50047 0 0 0 142650 57 0 0 25 0 1 0 160314141 207740928 50029 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/3910/statm: 50718 50029 54 142 0 50574 0
Current children cumulated CPU time (s) 1469.05
Current children cumulated vsize (KiB) 250428

[startup+1543.4 s]
/proc/loadavg: 2.00 2.00 1.93 3/86 3963
/proc/meminfo: memFree=1194128/2055920 swapFree=4192812/4192956
[pid=3888] ppid=3886 vsize=47556 CPUtime=41.98
/proc/3888/stat : 3888 (galac.sh) S 3886 3888 3191 0 -1 4194304 800 56398 0 1 0 0 4153 45 17 0 1 0 160309888 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3888/statm: 11889 364 246 79 0 218 0
[pid=3910] ppid=3888 vsize=206052 CPUtime=1486.53
/proc/3910/stat : 3910 (minisat) R 3888 3888 3191 0 -1 4194304 50857 0 0 0 148595 58 0 0 25 0 1 0 160314141 210997248 50839 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/3910/statm: 51513 50839 54 142 0 51369 0
Current children cumulated CPU time (s) 1528.51
Current children cumulated vsize (KiB) 253608

[startup+1603.46 s]
/proc/loadavg: 2.00 2.00 1.93 3/86 3963
/proc/meminfo: memFree=1162128/2055920 swapFree=4192812/4192956
[pid=3888] ppid=3886 vsize=47556 CPUtime=41.98
/proc/3888/stat : 3888 (galac.sh) S 3886 3888 3191 0 -1 4194304 800 56398 0 1 0 0 4153 45 17 0 1 0 160309888 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3888/statm: 11889 364 246 79 0 218 0
[pid=3910] ppid=3888 vsize=209880 CPUtime=1546.27
/proc/3910/stat : 3910 (minisat) R 3888 3888 3191 0 -1 4194304 51820 0 0 0 154567 60 0 0 25 0 1 0 160314141 214917120 51802 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/3910/statm: 52470 51802 54 142 0 52326 0
Current children cumulated CPU time (s) 1588.25
Current children cumulated vsize (KiB) 257436

[startup+1663.52 s]
/proc/loadavg: 2.06 2.02 1.94 3/86 3963
/proc/meminfo: memFree=1158416/2055920 swapFree=4192812/4192956
[pid=3888] ppid=3886 vsize=47556 CPUtime=41.98
/proc/3888/stat : 3888 (galac.sh) S 3886 3888 3191 0 -1 4194304 800 56398 0 1 0 0 4153 45 17 0 1 0 160309888 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3888/statm: 11889 364 246 79 0 218 0
[pid=3910] ppid=3888 vsize=213988 CPUtime=1606.28
/proc/3910/stat : 3910 (minisat) R 3888 3888 3191 0 -1 4194304 52747 0 0 0 160567 61 0 0 25 0 1 0 160314141 219123712 52729 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529787 0 0 4096 3 0 0 0 17 0 0 0
/proc/3910/statm: 53497 52729 54 142 0 53353 0
Current children cumulated CPU time (s) 1648.26
Current children cumulated vsize (KiB) 261544

[startup+1723.6 s]
/proc/loadavg: 2.02 2.01 1.94 3/86 3963
/proc/meminfo: memFree=1155472/2055920 swapFree=4192812/4192956
[pid=3888] ppid=3886 vsize=47556 CPUtime=41.98
/proc/3888/stat : 3888 (galac.sh) S 3886 3888 3191 0 -1 4194304 800 56398 0 1 0 0 4153 45 17 0 1 0 160309888 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3888/statm: 11889 364 246 79 0 218 0
[pid=3910] ppid=3888 vsize=216896 CPUtime=1666.28
/proc/3910/stat : 3910 (minisat) R 3888 3888 3191 0 -1 4194304 53473 0 0 0 166565 63 0 0 25 0 1 0 160314141 222101504 53455 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529492 0 0 4096 3 0 0 0 17 0 0 0
/proc/3910/statm: 54224 53455 54 142 0 54080 0
Current children cumulated CPU time (s) 1708.26
Current children cumulated vsize (KiB) 264452

[startup+1783.62 s]
/proc/loadavg: 2.05 2.02 1.94 3/92 4101
/proc/meminfo: memFree=1121360/2055920 swapFree=4192812/4192956
[pid=3888] ppid=3886 vsize=47556 CPUtime=41.98
/proc/3888/stat : 3888 (galac.sh) S 3886 3888 3191 0 -1 4194304 800 56398 0 1 0 0 4153 45 17 0 1 0 160309888 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3888/statm: 11889 364 246 79 0 218 0
[pid=3910] ppid=3888 vsize=220868 CPUtime=1726.21
/proc/3910/stat : 3910 (minisat) R 3888 3888 3191 0 -1 4194304 54485 0 0 0 172546 75 0 0 25 0 1 0 160314141 226168832 54467 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134520025 0 0 4096 3 0 0 0 17 0 0 0
/proc/3910/statm: 55217 54467 54 142 0 55073 0
Current children cumulated CPU time (s) 1768.19
Current children cumulated vsize (KiB) 268424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.5 s]
/proc/loadavg: 2.03 2.02 1.94 3/92 4129
/proc/meminfo: memFree=1118616/2055920 swapFree=4192812/4192956
[pid=3888] ppid=3886 vsize=47556 CPUtime=41.98
/proc/3888/stat : 3888 (galac.sh) S 3886 3888 3191 0 -1 4194304 800 56398 0 1 0 0 4153 45 17 0 1 0 160309888 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3888/statm: 11889 364 246 79 0 218 0
[pid=3910] ppid=3888 vsize=223640 CPUtime=1758.06
/proc/3910/stat : 3910 (minisat) R 3888 3888 3191 0 -1 4194304 55173 0 0 0 175722 84 0 0 25 0 1 0 160314141 229007360 55155 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/3910/statm: 55910 55155 54 142 0 55766 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 271196

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 3888 and gives childrusage.ru_utime.tv_sec=41 childrusage.ru_utime.tv_usec=538685 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=459930
CPU time returned by wait4() is 41.9986
while last known CPU time is 1800.04

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

Real time (s): 1815.52
CPU time (s): 1800.04
CPU user time (s): 1798.75
CPU system time (s): 1.29
CPU usage (%): 99.1476
Max. virtual memory (cumulated for all children) (KiB): 908620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 41.5387
system time used= 0.45993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57198
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= 2277
involuntary context switches= 3768

runsolver used 2.34864 s user time and 5.75012 s system time

The end

Launcher Data (download as text)

Begin job on node59 on Sat Jan  6 21:32:00 UTC 2007


IDJOB= 196121
IDBENCH= 3327
FILE ID= node59/196121-1168119119

PBS_JOBID= 3477434

Free space on /tmp= 66541 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  4e6c42cb632ce7285d1803ee4c764767

RANDOM SEED= 105828155

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.239
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.239
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:       1508672 kB
Buffers:         18172 kB
Cached:         131972 kB
SwapCached:          0 kB
Active:         433048 kB
Inactive:        61344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1508672 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5704 kB
Writeback:           0 kB
Mapped:         364444 kB
Slab:            37528 kB
Committed_AS:  3838336 kB
PageTables:       2544 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= 66524 MiB



End job on node59 on Sat Jan  6 22:02:15 UTC 2007