Trace number 213940

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.11 1801.4

General information on the benchmark

NamepseudoSeries/par/
par-32-1.xml
MD5SUM559a881d23ac5e57080f700e0bfd9298
Bench CategoryN-ARY-INT (n-ary constraints in intension)
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 variables6352
Number of constraints13312
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension13312
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03	c --- Preproc Stats ---
28.98	c start processing
28.99	c start relation processing
28.99	c start cnf exporting
29.88	c parsing time : 28.829
29.88	c preprocessing time : 29.735
29.89	
29.89	c Nary constraints - conflicts : 7088 supports : 0
29.89	c Binary constraints - conflicts : 6224 supports :0
29.89	c max arity constraint : 3
29.89	c Max Tuples generated 8
29.89	c relations : 11
29.89	c relations BDD: 0
29.89	c vars : 6353 - clauses :  13057
29.89	
29.92	 
29.92	c --- Minisat Stats ---
29.92	 
1801.39	Terminated

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/node50/watcher-213940-1168227365 -o ROOT/results/node50/solver-213940-1168227365 -C 1800 -M 900 /tmp/evaluation/213940-1168227365/galac.sh /tmp/evaluation/213940-1168227365/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: 0.96 1.00 0.92 2/65 19892
/proc/meminfo: memFree=1851360/2055920 swapFree=4191892/4192956
[pid=19891] ppid=19889 vsize=8652 CPUtime=0
/proc/19891/stat : 19891 (galac.sh) R 19889 19891 18689 0 -1 4194304 335 0 0 0 0 0 0 0 16 0 1 0 171135151 8859648 279 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577473183 0 65538 4096 73728 0 0 0 17 1 0 0
/proc/19891/statm: 2163 279 207 79 0 156 0

[startup+0.102569 s]
/proc/loadavg: 0.96 1.00 0.92 2/65 19892
/proc/meminfo: memFree=1851360/2055920 swapFree=4191892/4192956
[pid=19891] ppid=19889 vsize=47576 CPUtime=0.01
/proc/19891/stat : 19891 (galac.sh) S 19889 19891 18689 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 171135151 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19891/statm: 11894 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.510636 s]
/proc/loadavg: 0.96 1.00 0.92 2/65 19892
/proc/meminfo: memFree=1851360/2055920 swapFree=4191892/4192956
[pid=19891] ppid=19889 vsize=47576 CPUtime=0.01
/proc/19891/stat : 19891 (galac.sh) S 19889 19891 18689 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 171135151 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19891/statm: 11894 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+1.33597 s]
/proc/loadavg: 0.96 1.00 0.92 2/73 19912
/proc/meminfo: memFree=1808736/2055920 swapFree=4191892/4192956
[pid=19891] ppid=19889 vsize=47576 CPUtime=0.01
/proc/19891/stat : 19891 (galac.sh) S 19889 19891 18689 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 171135151 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19891/statm: 11894 364 246 79 0 218 0
[pid=19905] ppid=19891 vsize=861064 CPUtime=1.3
/proc/19905/stat : 19905 (java) R 19891 19891 18689 0 -1 0 12706 0 1 0 124 6 0 0 16 0 8 0 171135154 881729536 12457 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073336188 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19905/statm: 215266 12457 1990 14 0 201471 0
[pid=19905/tid=19906] ppid=19891 vsize=861064 CPUtime=0.13
/proc/19905/task/19906/stat : 19906 (java) S 19891 19891 18689 0 -1 64 3553 0 0 0 12 1 0 0 16 0 8 0 171135157 881729536 12457 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19905/tid=19907] ppid=19891 vsize=861064 CPUtime=0
/proc/19905/task/19907/stat : 19907 (java) S 19891 19891 18689 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 171135158 881729536 12457 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19905/tid=19908] ppid=19891 vsize=861064 CPUtime=0
/proc/19905/task/19908/stat : 19908 (java) S 19891 19891 18689 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 171135158 881729536 12457 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19905/tid=19909] ppid=19891 vsize=861064 CPUtime=0
/proc/19905/task/19909/stat : 19909 (java) S 19891 19891 18689 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 171135161 881729536 12457 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19905/tid=19910] ppid=19891 vsize=861064 CPUtime=0.22
/proc/19905/task/19910/stat : 19910 (java) S 19891 19891 18689 0 -1 64 992 0 0 0 22 0 0 0 16 0 8 0 171135161 881729536 12457 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19905/tid=19911] ppid=19891 vsize=861064 CPUtime=0
/proc/19905/task/19911/stat : 19911 (java) S 19891 19891 18689 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 171135161 881729536 12457 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19905/tid=19912] ppid=19891 vsize=861064 CPUtime=0
/proc/19905/task/19912/stat : 19912 (java) S 19891 19891 18689 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 171135161 881729536 12457 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 908640

[startup+2.97324 s]
/proc/loadavg: 0.96 1.00 0.92 2/73 19912
/proc/meminfo: memFree=1808480/2055920 swapFree=4191892/4192956
[pid=19891] ppid=19889 vsize=47576 CPUtime=0.01
/proc/19891/stat : 19891 (galac.sh) S 19889 19891 18689 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 171135151 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19891/statm: 11894 364 246 79 0 218 0
[pid=19905] ppid=19891 vsize=861196 CPUtime=2.93
/proc/19905/stat : 19905 (java) R 19891 19891 18689 0 -1 0 12755 0 1 0 286 7 0 0 17 0 8 0 171135154 881864704 12505 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074035068 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19905/statm: 215299 12505 1990 14 0 201504 0
[pid=19905/tid=19906] ppid=19891 vsize=861196 CPUtime=0.13
/proc/19905/task/19906/stat : 19906 (java) S 19891 19891 18689 0 -1 64 3553 0 0 0 12 1 0 0 16 0 8 0 171135157 881864704 12505 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19905/tid=19907] ppid=19891 vsize=861196 CPUtime=0
/proc/19905/task/19907/stat : 19907 (java) S 19891 19891 18689 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 171135158 881864704 12505 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19905/tid=19908] ppid=19891 vsize=861196 CPUtime=0
/proc/19905/task/19908/stat : 19908 (java) S 19891 19891 18689 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 171135158 881864704 12505 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19905/tid=19909] ppid=19891 vsize=861196 CPUtime=0
/proc/19905/task/19909/stat : 19909 (java) S 19891 19891 18689 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 171135161 881864704 12505 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19905/tid=19910] ppid=19891 vsize=861196 CPUtime=0.29
/proc/19905/task/19910/stat : 19910 (java) S 19891 19891 18689 0 -1 64 1040 0 0 0 28 1 0 0 16 0 8 0 171135161 881864704 12505 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19905/tid=19911] ppid=19891 vsize=861196 CPUtime=0
/proc/19905/task/19911/stat : 19911 (java) S 19891 19891 18689 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 171135161 881864704 12505 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19905/tid=19912] ppid=19891 vsize=861196 CPUtime=0
/proc/19905/task/19912/stat : 19912 (java) S 19891 19891 18689 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 171135161 881864704 12505 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 908772

[startup+6.27479 s]
/proc/loadavg: 0.97 1.00 0.92 2/73 19912
/proc/meminfo: memFree=1797352/2055920 swapFree=4191892/4192956
[pid=19891] ppid=19889 vsize=47576 CPUtime=0.01
/proc/19891/stat : 19891 (galac.sh) S 19889 19891 18689 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 171135151 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19891/statm: 11894 364 246 79 0 218 0
[pid=19905] ppid=19891 vsize=861196 CPUtime=6.22
/proc/19905/stat : 19905 (java) R 19891 19891 18689 0 -1 0 16417 0 1 0 614 8 0 0 19 0 8 0 171135154 881864704 16165 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073458726 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19905/statm: 215299 16165 1990 14 0 201504 0
[pid=19905/tid=19906] ppid=19891 vsize=861196 CPUtime=0.13
/proc/19905/task/19906/stat : 19906 (java) S 19891 19891 18689 0 -1 64 3553 0 0 0 12 1 0 0 16 0 8 0 171135157 881864704 16165 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19905/tid=19907] ppid=19891 vsize=861196 CPUtime=0
/proc/19905/task/19907/stat : 19907 (java) S 19891 19891 18689 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 171135158 881864704 16165 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19905/tid=19908] ppid=19891 vsize=861196 CPUtime=0
/proc/19905/task/19908/stat : 19908 (java) S 19891 19891 18689 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 171135158 881864704 16165 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19905/tid=19909] ppid=19891 vsize=861196 CPUtime=0
/proc/19905/task/19909/stat : 19909 (java) S 19891 19891 18689 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 171135161 881864704 16165 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19905/tid=19910] ppid=19891 vsize=861196 CPUtime=0.3
/proc/19905/task/19910/stat : 19910 (java) S 19891 19891 18689 0 -1 64 1047 0 0 0 29 1 0 0 16 0 8 0 171135161 881864704 16165 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19905/tid=19911] ppid=19891 vsize=861196 CPUtime=0
/proc/19905/task/19911/stat : 19911 (java) S 19891 19891 18689 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 171135161 881864704 16165 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19905/tid=19912] ppid=19891 vsize=861196 CPUtime=0
/proc/19905/task/19912/stat : 19912 (java) S 19891 19891 18689 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 171135161 881864704 16165 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 908772

[startup+12.7499 s]
/proc/loadavg: 0.97 1.00 0.92 2/73 19912
/proc/meminfo: memFree=1780528/2055920 swapFree=4191892/4192956
[pid=19891] ppid=19889 vsize=47576 CPUtime=0.01
/proc/19891/stat : 19891 (galac.sh) S 19889 19891 18689 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 171135151 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19891/statm: 11894 364 246 79 0 218 0
[pid=19905] ppid=19891 vsize=861196 CPUtime=12.69
/proc/19905/stat : 19905 (java) R 19891 19891 18689 0 -1 0 19736 0 1 0 1259 10 0 0 25 0 8 0 171135154 881864704 19483 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073458893 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19905/statm: 215299 19483 1993 14 0 201504 0
[pid=19905/tid=19906] ppid=19891 vsize=861196 CPUtime=0.14
/proc/19905/task/19906/stat : 19906 (java) S 19891 19891 18689 0 -1 64 3756 0 0 0 13 1 0 0 16 0 8 0 171135157 881864704 19483 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19905/tid=19907] ppid=19891 vsize=861196 CPUtime=0
/proc/19905/task/19907/stat : 19907 (java) S 19891 19891 18689 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 171135158 881864704 19483 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19905/tid=19908] ppid=19891 vsize=861196 CPUtime=0
/proc/19905/task/19908/stat : 19908 (java) S 19891 19891 18689 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 171135158 881864704 19483 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19905/tid=19909] ppid=19891 vsize=861196 CPUtime=0
/proc/19905/task/19909/stat : 19909 (java) S 19891 19891 18689 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 171135161 881864704 19483 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19905/tid=19910] ppid=19891 vsize=861196 CPUtime=0.3
/proc/19905/task/19910/stat : 19910 (java) S 19891 19891 18689 0 -1 64 1047 0 0 0 29 1 0 0 16 0 8 0 171135161 881864704 19483 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19905/tid=19911] ppid=19891 vsize=861196 CPUtime=0
/proc/19905/task/19911/stat : 19911 (java) S 19891 19891 18689 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 171135161 881864704 19483 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19905/tid=19912] ppid=19891 vsize=861196 CPUtime=0
/proc/19905/task/19912/stat : 19912 (java) S 19891 19891 18689 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 171135161 881864704 19483 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 908772

[startup+25.611 s]
/proc/loadavg: 0.97 1.00 0.92 2/73 19912
/proc/meminfo: memFree=1778032/2055920 swapFree=4191892/4192956
[pid=19891] ppid=19889 vsize=47576 CPUtime=0.01
/proc/19891/stat : 19891 (galac.sh) S 19889 19891 18689 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 171135151 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19891/statm: 11894 364 246 79 0 218 0
[pid=19905] ppid=19891 vsize=861196 CPUtime=25.52
/proc/19905/stat : 19905 (java) R 19891 19891 18689 0 -1 0 20402 0 1 0 2542 10 0 0 18 0 8 0 171135154 881864704 20141 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073458836 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19905/statm: 215299 20141 1993 14 0 201504 0
[pid=19905/tid=19906] ppid=19891 vsize=861196 CPUtime=0.4
/proc/19905/task/19906/stat : 19906 (java) S 19891 19891 18689 0 -1 64 4413 0 0 0 39 1 0 0 16 0 8 0 171135157 881864704 20141 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19905/tid=19907] ppid=19891 vsize=861196 CPUtime=0
/proc/19905/task/19907/stat : 19907 (java) S 19891 19891 18689 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 171135158 881864704 20141 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19905/tid=19908] ppid=19891 vsize=861196 CPUtime=0
/proc/19905/task/19908/stat : 19908 (java) S 19891 19891 18689 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 171135158 881864704 20141 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19905/tid=19909] ppid=19891 vsize=861196 CPUtime=0
/proc/19905/task/19909/stat : 19909 (java) S 19891 19891 18689 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 171135161 881864704 20141 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19905/tid=19910] ppid=19891 vsize=861196 CPUtime=0.3
/proc/19905/task/19910/stat : 19910 (java) S 19891 19891 18689 0 -1 64 1048 0 0 0 29 1 0 0 15 0 8 0 171135161 881864704 20141 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19905/tid=19911] ppid=19891 vsize=861196 CPUtime=0
/proc/19905/task/19911/stat : 19911 (java) S 19891 19891 18689 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 171135161 881864704 20141 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19905/tid=19912] ppid=19891 vsize=861196 CPUtime=0
/proc/19905/task/19912/stat : 19912 (java) S 19891 19891 18689 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 171135161 881864704 20141 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.53
Current children cumulated vsize (KiB) 908772

[startup+51.2503 s]
/proc/loadavg: 0.98 1.00 0.92 2/66 19913
/proc/meminfo: memFree=1846248/2055920 swapFree=4191892/4192956
[pid=19891] ppid=19889 vsize=47576 CPUtime=29.84
/proc/19891/stat : 19891 (galac.sh) S 19889 19891 18689 0 -1 4194304 800 22214 0 1 0 0 2970 14 16 0 1 0 171135151 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19891/statm: 11894 364 246 79 0 218 0
[pid=19913] ppid=19891 vsize=5380 CPUtime=21.3
/proc/19913/stat : 19913 (minisat) R 19891 19891 18689 0 -1 4194304 1119 0 0 0 2130 0 0 0 25 0 1 0 171138143 5509120 1101 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/19913/statm: 1345 1101 53 142 0 1201 0
Current children cumulated CPU time (s) 51.14
Current children cumulated vsize (KiB) 52956

[startup+102.505 s]
/proc/loadavg: 0.99 1.00 0.92 2/66 19913
/proc/meminfo: memFree=1845608/2055920 swapFree=4191892/4192956
[pid=19891] ppid=19889 vsize=47576 CPUtime=29.84
/proc/19891/stat : 19891 (galac.sh) S 19889 19891 18689 0 -1 4194304 800 22214 0 1 0 0 2970 14 16 0 1 0 171135151 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19891/statm: 11894 364 246 79 0 218 0
[pid=19913] ppid=19891 vsize=6068 CPUtime=72.51
/proc/19913/stat : 19913 (minisat) R 19891 19891 18689 0 -1 4194304 1282 0 0 0 7251 0 0 0 25 0 1 0 171138143 6213632 1264 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529330 0 0 4096 3 0 0 0 17 0 0 0
/proc/19913/statm: 1517 1264 53 142 0 1373 0
Current children cumulated CPU time (s) 102.35
Current children cumulated vsize (KiB) 53644

[startup+162.574 s]
/proc/loadavg: 1.03 1.01 0.93 2/66 19913
/proc/meminfo: memFree=1845032/2055920 swapFree=4191892/4192956
[pid=19891] ppid=19889 vsize=47576 CPUtime=29.84
/proc/19891/stat : 19891 (galac.sh) S 19889 19891 18689 0 -1 4194304 800 22214 0 1 0 0 2970 14 16 0 1 0 171135151 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19891/statm: 11894 364 246 79 0 218 0
[pid=19913] ppid=19891 vsize=6784 CPUtime=132.54
/proc/19913/stat : 19913 (minisat) R 19891 19891 18689 0 -1 4194304 1433 0 0 0 13254 0 0 0 25 0 1 0 171138143 6946816 1415 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525952 0 0 4096 3 0 0 0 17 0 0 0
/proc/19913/statm: 1696 1415 53 142 0 1552 0
Current children cumulated CPU time (s) 162.38
Current children cumulated vsize (KiB) 54360


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

/proc/19891/stat : 19891 (galac.sh) S 19889 19891 18689 0 -1 4194304 800 22214 0 1 0 0 2970 14 16 0 1 0 171135151 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19891/statm: 11894 364 246 79 0 218 0
[pid=19913] ppid=19891 vsize=9060 CPUtime=1033.04
/proc/19913/stat : 19913 (minisat) R 19891 19891 18689 0 -1 4194304 1999 0 0 0 103302 2 0 0 25 0 1 0 171138143 9277440 1981 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529296 0 0 4096 3 0 0 0 17 0 0 0
/proc/19913/statm: 2265 1981 53 142 0 2121 0
Current children cumulated CPU time (s) 1062.88
Current children cumulated vsize (KiB) 56636

[startup+1123.75 s]
/proc/loadavg: 1.02 1.01 0.93 2/66 19913
/proc/meminfo: memFree=1842152/2055920 swapFree=4191892/4192956
[pid=19891] ppid=19889 vsize=47576 CPUtime=29.84
/proc/19891/stat : 19891 (galac.sh) S 19889 19891 18689 0 -1 4194304 800 22214 0 1 0 0 2970 14 16 0 1 0 171135151 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19891/statm: 11894 364 246 79 0 218 0
[pid=19913] ppid=19891 vsize=9368 CPUtime=1093.07
/proc/19913/stat : 19913 (minisat) R 19891 19891 18689 0 -1 4194304 2071 0 0 0 109305 2 0 0 25 0 1 0 171138143 9592832 2053 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/19913/statm: 2342 2053 53 142 0 2198 0
Current children cumulated CPU time (s) 1122.91
Current children cumulated vsize (KiB) 56944

[startup+1183.82 s]
/proc/loadavg: 1.01 1.00 0.93 2/66 19913
/proc/meminfo: memFree=1841960/2055920 swapFree=4191892/4192956
[pid=19891] ppid=19889 vsize=47576 CPUtime=29.84
/proc/19891/stat : 19891 (galac.sh) S 19889 19891 18689 0 -1 4194304 800 22214 0 1 0 0 2970 14 16 0 1 0 171135151 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19891/statm: 11894 364 246 79 0 218 0
[pid=19913] ppid=19891 vsize=9512 CPUtime=1153.1
/proc/19913/stat : 19913 (minisat) R 19891 19891 18689 0 -1 4194304 2105 0 0 0 115308 2 0 0 25 0 1 0 171138143 9740288 2087 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/19913/statm: 2378 2087 53 142 0 2234 0
Current children cumulated CPU time (s) 1182.94
Current children cumulated vsize (KiB) 57088

[startup+1243.88 s]
/proc/loadavg: 1.04 1.01 0.94 2/66 19913
/proc/meminfo: memFree=1841896/2055920 swapFree=4191892/4192956
[pid=19891] ppid=19889 vsize=47576 CPUtime=29.84
/proc/19891/stat : 19891 (galac.sh) S 19889 19891 18689 0 -1 4194304 800 22214 0 1 0 0 2970 14 16 0 1 0 171135151 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19891/statm: 11894 364 246 79 0 218 0
[pid=19913] ppid=19891 vsize=9700 CPUtime=1213.12
/proc/19913/stat : 19913 (minisat) R 19891 19891 18689 0 -1 4194304 2119 0 0 0 121310 2 0 0 25 0 1 0 171138143 9932800 2101 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/19913/statm: 2425 2101 53 142 0 2281 0
Current children cumulated CPU time (s) 1242.96
Current children cumulated vsize (KiB) 57276

[startup+1303.95 s]
/proc/loadavg: 1.02 1.01 0.94 2/66 19913
/proc/meminfo: memFree=1841704/2055920 swapFree=4191892/4192956
[pid=19891] ppid=19889 vsize=47576 CPUtime=29.84
/proc/19891/stat : 19891 (galac.sh) S 19889 19891 18689 0 -1 4194304 800 22214 0 1 0 0 2970 14 16 0 1 0 171135151 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19891/statm: 11894 364 246 79 0 218 0
[pid=19913] ppid=19891 vsize=9844 CPUtime=1273.15
/proc/19913/stat : 19913 (minisat) R 19891 19891 18689 0 -1 4194304 2149 0 0 0 127312 3 0 0 25 0 1 0 171138143 10080256 2131 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529336 0 0 4096 3 0 0 0 17 0 0 0
/proc/19913/statm: 2461 2131 53 142 0 2317 0
Current children cumulated CPU time (s) 1302.99
Current children cumulated vsize (KiB) 57420

[startup+1364.02 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 19913
/proc/meminfo: memFree=1841640/2055920 swapFree=4191892/4192956
[pid=19891] ppid=19889 vsize=47576 CPUtime=29.84
/proc/19891/stat : 19891 (galac.sh) S 19889 19891 18689 0 -1 4194304 800 22214 0 1 0 0 2970 14 16 0 1 0 171135151 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19891/statm: 11894 364 246 79 0 218 0
[pid=19913] ppid=19891 vsize=9984 CPUtime=1333.18
/proc/19913/stat : 19913 (minisat) R 19891 19891 18689 0 -1 4194304 2175 0 0 0 133315 3 0 0 25 0 1 0 171138143 10223616 2157 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134520057 0 0 4096 3 0 0 0 17 0 0 0
/proc/19913/statm: 2496 2157 53 142 0 2352 0
Current children cumulated CPU time (s) 1363.02
Current children cumulated vsize (KiB) 57560

[startup+1424.1 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 19913
/proc/meminfo: memFree=1841512/2055920 swapFree=4191892/4192956
[pid=19891] ppid=19889 vsize=47576 CPUtime=29.84
/proc/19891/stat : 19891 (galac.sh) S 19889 19891 18689 0 -1 4194304 800 22214 0 1 0 0 2970 14 16 0 1 0 171135151 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19891/statm: 11894 364 246 79 0 218 0
[pid=19913] ppid=19891 vsize=9984 CPUtime=1393.22
/proc/19913/stat : 19913 (minisat) R 19891 19891 18689 0 -1 4194304 2180 0 0 0 139319 3 0 0 25 0 1 0 171138143 10223616 2162 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134520095 0 0 4096 3 0 0 0 17 0 0 0
/proc/19913/statm: 2496 2162 53 142 0 2352 0
Current children cumulated CPU time (s) 1423.06
Current children cumulated vsize (KiB) 57560

[startup+1484.18 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 19913
/proc/meminfo: memFree=1841448/2055920 swapFree=4191892/4192956
[pid=19891] ppid=19889 vsize=47576 CPUtime=29.84
/proc/19891/stat : 19891 (galac.sh) S 19889 19891 18689 0 -1 4194304 800 22214 0 1 0 0 2970 14 16 0 1 0 171135151 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19891/statm: 11894 364 246 79 0 218 0
[pid=19913] ppid=19891 vsize=10128 CPUtime=1453.25
/proc/19913/stat : 19913 (minisat) R 19891 19891 18689 0 -1 4194304 2209 0 0 0 145322 3 0 0 25 0 1 0 171138143 10371072 2191 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/19913/statm: 2532 2191 53 142 0 2388 0
Current children cumulated CPU time (s) 1483.09
Current children cumulated vsize (KiB) 57704

[startup+1544.27 s]
/proc/loadavg: 1.00 1.00 0.94 2/72 20057
/proc/meminfo: memFree=1840040/2055920 swapFree=4191892/4192956
[pid=19891] ppid=19889 vsize=47576 CPUtime=29.84
/proc/19891/stat : 19891 (galac.sh) S 19889 19891 18689 0 -1 4194304 800 22214 0 1 0 0 2970 14 16 0 1 0 171135151 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19891/statm: 11894 364 246 79 0 218 0
[pid=19913] ppid=19891 vsize=10128 CPUtime=1513.28
/proc/19913/stat : 19913 (minisat) R 19891 19891 18689 0 -1 4194304 2211 0 0 0 151314 14 0 0 25 0 1 0 171138143 10371072 2193 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/19913/statm: 2532 2193 53 142 0 2388 0
Current children cumulated CPU time (s) 1543.12
Current children cumulated vsize (KiB) 57704

[startup+1604.36 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 20111
/proc/meminfo: memFree=1840872/2055920 swapFree=4191892/4192956
[pid=19891] ppid=19889 vsize=47576 CPUtime=29.84
/proc/19891/stat : 19891 (galac.sh) S 19889 19891 18689 0 -1 4194304 800 22214 0 1 0 0 2970 14 16 0 1 0 171135151 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19891/statm: 11894 364 246 79 0 218 0
[pid=19913] ppid=19891 vsize=10128 CPUtime=1573.33
/proc/19913/stat : 19913 (minisat) R 19891 19891 18689 0 -1 4194304 2225 0 0 0 157311 22 0 0 25 0 1 0 171138143 10371072 2207 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/19913/statm: 2532 2207 53 142 0 2388 0
Current children cumulated CPU time (s) 1603.17
Current children cumulated vsize (KiB) 57704

[startup+1664.44 s]
/proc/loadavg: 1.04 1.01 0.94 2/66 20111
/proc/meminfo: memFree=1840872/2055920 swapFree=4191892/4192956
[pid=19891] ppid=19889 vsize=47576 CPUtime=29.84
/proc/19891/stat : 19891 (galac.sh) S 19889 19891 18689 0 -1 4194304 800 22214 0 1 0 0 2970 14 16 0 1 0 171135151 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19891/statm: 11894 364 246 79 0 218 0
[pid=19913] ppid=19891 vsize=10268 CPUtime=1633.36
/proc/19913/stat : 19913 (minisat) R 19891 19891 18689 0 -1 4194304 2239 0 0 0 163314 22 0 0 25 0 1 0 171138143 10514432 2221 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/19913/statm: 2567 2221 53 142 0 2423 0
Current children cumulated CPU time (s) 1663.2
Current children cumulated vsize (KiB) 57844

[startup+1724.51 s]
/proc/loadavg: 1.01 1.01 0.94 2/66 20111
/proc/meminfo: memFree=1840104/2055920 swapFree=4191892/4192956
[pid=19891] ppid=19889 vsize=47576 CPUtime=29.84
/proc/19891/stat : 19891 (galac.sh) S 19889 19891 18689 0 -1 4194304 800 22214 0 1 0 0 2970 14 16 0 1 0 171135151 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19891/statm: 11894 364 246 79 0 218 0
[pid=19913] ppid=19891 vsize=10928 CPUtime=1693.4
/proc/19913/stat : 19913 (minisat) R 19891 19891 18689 0 -1 4194304 2427 0 0 0 169318 22 0 0 25 0 1 0 171138143 11190272 2409 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/19913/statm: 2732 2409 53 142 0 2588 0
Current children cumulated CPU time (s) 1723.24
Current children cumulated vsize (KiB) 58504

[startup+1784.58 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 20111
/proc/meminfo: memFree=1840040/2055920 swapFree=4191892/4192956
[pid=19891] ppid=19889 vsize=47576 CPUtime=29.84
/proc/19891/stat : 19891 (galac.sh) S 19889 19891 18689 0 -1 4194304 800 22214 0 1 0 0 2970 14 16 0 1 0 171135151 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19891/statm: 11894 364 246 79 0 218 0
[pid=19913] ppid=19891 vsize=11072 CPUtime=1753.43
/proc/19913/stat : 19913 (minisat) R 19891 19891 18689 0 -1 4194304 2444 0 0 0 175321 22 0 0 25 0 1 0 171138143 11337728 2426 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/19913/statm: 2768 2426 53 142 0 2624 0
Current children cumulated CPU time (s) 1783.27
Current children cumulated vsize (KiB) 58648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.39 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 20111
/proc/meminfo: memFree=1840040/2055920 swapFree=4191892/4192956
[pid=19891] ppid=19889 vsize=47576 CPUtime=29.84
/proc/19891/stat : 19891 (galac.sh) S 19889 19891 18689 0 -1 4194304 800 22214 0 1 0 0 2970 14 16 0 1 0 171135151 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19891/statm: 11894 364 246 79 0 218 0
[pid=19913] ppid=19891 vsize=11072 CPUtime=1770.23
/proc/19913/stat : 19913 (minisat) R 19891 19891 18689 0 -1 4194304 2444 0 0 0 177001 22 0 0 25 0 1 0 171138143 11337728 2426 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134526779 0 0 4096 3 0 0 0 17 0 0 0
/proc/19913/statm: 2768 2426 53 142 0 2624 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 58648

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.4
CPU time (s): 1800.11
CPU user time (s): 1799.73
CPU system time (s): 0.38894
CPU usage (%): 99.9284
Max. virtual memory (cumulated for all children) (KiB): 908772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.73
system time used= 0.38894
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25497
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= 1856
involuntary context switches= 7916

runsolver used 1.9637 s user time and 4.43832 s system time

The end

Launcher Data (download as text)

Begin job on node50 on Mon Jan  8 03:36:06 UTC 2007


IDJOB= 213940
IDBENCH= 4886
FILE ID= node50/213940-1168227365

PBS_JOBID= 3481019

Free space on /tmp= 66558 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/par/par-32-1.xml
COMMAND LINE= /tmp/evaluation/213940-1168227365/galac.sh /tmp/evaluation/213940-1168227365/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node50/watcher-213940-1168227365 -o ROOT/results/node50/solver-213940-1168227365 -C 1800 -M 900  /tmp/evaluation/213940-1168227365/galac.sh /tmp/evaluation/213940-1168227365/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  559a881d23ac5e57080f700e0bfd9298

RANDOM SEED= 582748607

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.263
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	: 5931.00
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.263
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:       1851904 kB
Buffers:         28460 kB
Cached:         111092 kB
SwapCached:        392 kB
Active:          84716 kB
Inactive:        69708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1851904 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            4892 kB
Writeback:           0 kB
Mapped:          23656 kB
Slab:            35676 kB
Committed_AS:  4075872 kB
PageTables:       1460 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= 66558 MiB



End job on node50 on Mon Jan  8 04:06:07 UTC 2007